翻訳と辞書
Words near each other
・ Regulatory B cells
・ Regulatory Barriers Clearinghouse
・ Regulatory capitalism
・ Regulatory capture
・ Regulatory competition
・ Regulatory compliance
・ Regulatory Cooperation Council
・ Regular prime
・ Regular Production Option
・ Regular Records
・ Regular representation
・ Regular Reserve (United Kingdom)
・ Regular ring
・ Regular scheme
・ Regular script
Regular semantics
・ Regular semi-algebraic system
・ Regular semigroup
・ Regular sequence
・ Regular set
・ Regular Show
・ Regular Show (season 1)
・ Regular Show (season 2)
・ Regular Show (season 3)
・ Regular Show (season 4)
・ Regular Show (season 5)
・ Regular Show (season 6)
・ Regular Show (season 7)
・ Regular Show (season 8)
・ Regular singular point


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Regular semantics : ウィキペディア英語版
Regular semantics
Regular semantics is a computing term which describes one type of guarantee provided by a data register shared by several processors in a parallel machine or in a network of computers working together. Regular semantics are defined for a variable with a single writer but multiple readers. These semantics are stronger than safe semantics but weaker than atomic semantics: they guarantee that there is a total order to the write operations which is consistent with real-time and that read operations return either the value of the last write completed before the read begins, or that of one of the writes which are concurrent with the read.
== Example ==

Regular semantics are weaker than linearizability.
Consider the example shown below, where the horizontal axis represents time and the arrows represent the interval during which a read or write operation takes place. According to a regular register's definition, the third read should return 3 since the read operation is not concurrent with any write operation. On the other hand, the second read may return 2 or 3, and the first read may return either 5 or 2. The first read could return 3 and the second read could return 2. This behavior would not satisfy atomic semantics. Therefore, regular semantics is a weaker property than an atomic semantics. On the other hand, Lamport proved that a linearziable register may be implemented from registers with safe semantics, which are weaker than regular registers.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Regular semantics」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.